fun_set flip - Configure Lucky Flip Game Settings
Command Title
/fun_set flip
Description
This command allows you to configure the Lucky Flip game settings on your Discord server. You can enable or disable the game, set daily play limits, betting caps, minimum bets, win multipliers, cooldown periods, and customize the game title and description.
Usage
/fun_set flip <enabled> <daily_play_limit> <daily_bet_cap> <min_bet> <win_multiplier> <cooldown> [title] [description]
Parameters
Required Parameters:
<enabled>
: Determines whether the Lucky Flip game is enabled or disabled. Options areTrue
orFalse
.<daily_play_limit>
: Sets the maximum number of times a user can play the game per day. Enter a positive integer or0
for unlimited plays.<daily_bet_cap>
: Sets the maximum amount of points a user can bet per day. Enter a positive integer or0
for unlimited betting.<min_bet>
: Sets the minimum amount of points a user must bet per game. Must be an integer greater than or equal to 2 and less than thedaily_bet_cap
.<win_multiplier>
: Sets the multiplier for winning bets. Must be a number greater than 1, with up to one decimal place. The reward is calculated by rounding down the product of the bet and the multiplier.<cooldown>
: Sets the cooldown period in seconds between games. Enter a positive integer or0
for no cooldown.
Optional Parameters:
[title]
: Sets a custom title for the game. Maximum 100 characters.[description]
: Sets a custom description for the game. Maximum 255 characters.
Examples
- Example 1: Enable the Lucky Flip game with a daily play limit of 5, a daily bet cap of 1000, a minimum bet of 10, a win multiplier of 1.8, and a cooldown of 60 seconds.
/fun_set flip enabled:True daily_play_limit:5 daily_bet_cap:1000 min_bet:10 win_multiplier:1.8 cooldown:60
- Example 2: Enable the Lucky Flip game with a custom title and description.
/fun_set flip enabled:True daily_play_limit:0 daily_bet_cap:0 min_bet:2 win_multiplier:1.8 cooldown:0 title:## 🪙 Lucky Coins! description:Flip a coin and win big!
- Example 3: Disable the game:
/fun_set flip enabled:False daily_play_limit:0 daily_bet_cap:0 min_bet:2 win_multiplier:1.8 cooldown:0"
Notes
- The
enabled
parameter is required and must be eitherTrue
orFalse
. - If no title or description is provided, the game will use default values.
- After using
/fun_set flip
to configure the game, members who use the/fun flip
command will play the game with the new settings.
FAQs
-
Q: Can I set the game to have no limits?
A: Yes, set the
daily_play_limit
anddaily_bet_cap
parameters to0
for unlimited plays and bets. -
Q: What happens if I enter an invalid value for a parameter?
A: The command will fail and you will receive an error message indicating the invalid parameter.
-
Q: Can I change the game settings after it's enabled?
A: Yes, you can use the
/fun_set flip
command again to modify any of the settings. -
Q: How is the win reward calculated?
A: The win reward is calculated by multiplying the bet amount by the win multiplier and then rounding the result down to the nearest integer.